home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 22 / autofont.zip / FONTS.TXT < prev   
Text File  |  1987-11-14  |  1KB  |  42 lines

  1. File Inventory:
  2.  
  3.      FONTS.EXE
  4.      FONTS.BAS
  5.      FONTS.TXT
  6.      EXAMPLE.LST
  7.  
  8. This program, written and compiled in MicroSoft QuickBasic
  9. 3.0, is designed to (hopefully) alleviate some of the tedium
  10. of downloading fonts to the LaserJet+, 500+, II, and
  11. compatible laser printers.  It reads font filenames from an
  12. ASCII text file and downloads those fonts to your printer.
  13. The text file contains just the font filenames, with an
  14. optional path if the fonts are not in the default directory.
  15. It assigns font ID numbers sequentially starting with the
  16. number 1, and makes each font permanent.  The file
  17. EXAMPLE.LST shows a setup that I use on my HP LaserJet II,
  18. with the AD soft font set.
  19.  
  20. The program uses the BASIC Shell command to execute a DOS
  21. copy. Make sure that COMMAND.COM is available to execute the
  22. copy command.  Also, this program has been LINKed, so no
  23. run-time library is necessary.
  24.  
  25. Syntax for the command is:
  26.  
  27. FONTS [d:][\path...\]filename.ext
  28.  
  29. where filename.ext is the name of the text file that
  30. contains your font list.
  31.  
  32. I hope this program makes someone's life a little easier.
  33. Feel free to modify it; I've included the BASIC listing with
  34. comments.
  35.  
  36.  
  37. Jeffrey R. Drumm
  38. Learning Center Manager
  39. ValCom Computer Center
  40. 470 Forest Ave.
  41. Portland, Maine 04101
  42.